func encoding/asn1.getUniversalType
4 uses
encoding/asn1 (current package)
asn1.go#L601: matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
asn1.go#L778: matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
common.go#L151: func getUniversalType(t reflect.Type) (matchAny bool, tagNumber int, isCompound, ok bool) {
marshal.go#L621: matchAny, tag, isCompound, ok := getUniversalType(v.Type())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)